Splits a test on two lines to keep it below 100 chars.
authorKaivo Anastetiks <kaivoanastetiks@gmail.com>
Tue, 5 Jul 2016 12:49:01 +0000 (08:49 -0400)
committerKaivo Anastetiks <kaivoanastetiks@gmail.com>
Tue, 5 Jul 2016 12:49:01 +0000 (08:49 -0400)
tests/cargo.rs

index 09cfa168f3da696e9c82c942b163166ebb063231..267c6199a5885c68de1345d6d73e13da1cbba9fe 100644 (file)
@@ -121,7 +121,8 @@ fn find_closest_dont_correct_nonsense() {
 
     assert_that(pr,
                 execs().with_status(101)
-                       .with_stderr("[ERROR] no such subcommand: `there-is-no-way-that-there-is-a-command-close-to-this`
+                       .with_stderr("[ERROR] no such subcommand: \
+                        `there-is-no-way-that-there-is-a-command-close-to-this`
 "));
 }